bitkeeper revision 1.1159.1.278 (417d980fRSCPbJafOFRTYnEymtglWg)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Tue, 26 Oct 2004 00:19:27 +0000 (00:19 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Tue, 26 Oct 2004 00:19:27 +0000 (00:19 +0000)
Tiny fix to make xenU build on 2.6.9.

linux-2.6.9-xen-sparse/arch/xen/i386/mm/ioremap.c

index 06a0255905faeb6b4c0f9297c0e7dda13f5f0257..5e140759c32f34dc7bd8c65f2502985b19db8c41 100644 (file)
@@ -25,7 +25,7 @@ void * __ioremap(unsigned long phys_addr, unsigned long size, unsigned long flag
 void *ioremap_nocache (unsigned long phys_addr, unsigned long size)
 { return NULL; }
 
-void iounmap(void *addr)
+void iounmap(volatile void __iomem *addr)
 { }
 
 void __init *bt_ioremap(unsigned long phys_addr, unsigned long size)